ci: Disabled ps5 configuration (NGOv2.X)#3439
Merged
michalChrobot merged 1 commit intodevelop-2.0.0from May 5, 2025
Merged
Conversation
michalChrobot
added a commit
that referenced
this pull request
May 5, 2025
This PR disables CI for ps5 due to known constant failures. Bug was reported in MTT-12118. The issue probably steams from the fact that SDK was deprecated or image used was modified since this failure started happening without our input with error of > One or more non-test related errors or failures occurred. Details: Message: Build failed; Unity Player for PS5 SDK Version 9.00 (0x09000000) was not found at C:/build/output/Unity-Technologies/com.unity.netcode.gameobjects/.Editor/Data/PlaybackEngines/PS5Player. Check if SDK 9.00 is supported by this release. NOTE: Current SDK folder is set to C:/Program Files (x86)/SCE/Prospero SDKs/9.000, File: C:/build/output/unity/unity/PlatformDependent/PS5/Editor/Managed/PS5SDKTools.cs, Line: 1447 Message: Exception: Build Failed: There was a problem with the PS5 build environment , File: C:/build/output/unity/unity/PlatformDependent/PS5/Editor/Managed/PS5BeeBuildPostProcessor.cs, Line: 407 Message: Error building Player: Exception: Build Failed: There was a problem with the PS5 build environment Note that the lack of ps5 tests should not greatly affect our CI coverage since we are running tests against all other consoles (PS4 included) ## Backport Backport PR --> #3439
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR disables CI for ps5 due to known constant failures. Bug was reported in MTT-12118.
The issue probably steams from the fact that SDK was deprecated or image used was modified since this failure started happening without our input with error of
Note that the lack of ps5 tests should not greatly affect our CI coverage since we are running tests against all other consoles (PS4 included)
Backport
Backport PR --> #3438